home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 2002 March
/
DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin
/
pc
/
PC Software
/
free_browsing
/
DavesQckSearchDbar3-14
/
dqsd.exe
/
src
/
build.cmd
next >
Wrap
OS/2 REXX Batch file
|
2002-06-28
|
343b
|
19 lines
@echo off
REM For this build to work, both the VC tools and
REM the NSIS tools need to be on your path.
REM call vcvars32.bat
pushd %~dp0
pushd DQSDTools
nmake -f "DQSDTools.mak" CFG="DQSDTools - Win32 Release MinDependency"
copy /y ReleaseMinDependency\DQSDTools.dll ..\..\DQSDTools.dll
popd
makensis search.nsi
popd